Snapservice VirtualMachines Snapshots ListResult

Snapservice VirtualMachines Snapshots ListResult
Snapservice VirtualMachines Snapshots ListResult

The Snapservice VirtualMachines Snapshots ListResult schema represents the result of GET /snapservice/virtual-machines/snapshots operation. The result list is pre sorted by Snapservice VirtualMachines Snapshots ListItem.creation_time of the virtual machine snapshot.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "snapshots": [
        {
            "name": "string",
            "snapshot": "string",
            "vm": "string",
            "vm_bios_uuid": "string",
            "creation_time": "string",
            "expiration_time": "string",
            "snapshot_type": "string",
            "labels": [
                {
                    "category": "string",
                    "name": "string"
                }
            ]
        }
    ],
    "total_count": 0
}
snapshots
Required

List of virtual machine snapshot items.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
total_count
Required

The paginated list may contain partial result, this field provides total number of items with the given filters applied.

This property was added in vSphere API 9.1.0.0.